home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _E3C0F1E987964D66B57D0AD691611337 < prev    next >
Text File  |  2001-12-12  |  828b  |  32 lines

  1. ; This specifies the metal map parameters (currently metal
  2. ; maps are only used in planet mode)
  3. ; Currently we use a simplified Phong/Blinn metal model
  4. ; The parameters are:
  5. ;
  6. ; AmbientColor (a 3-vector of ints in the range 0 to 255)
  7. ; DiffuseColor (a 3-vector of ints in the range 0 to 255)
  8. ; SpecularColor (a 3-vector of ints in the range 0 to 255)
  9. ; Shininess (a float - should not be greater than 127.0)
  10. ; Each metal section should be named [MetalXX]
  11.  
  12. [Metal00]
  13. ; "Steel"
  14. AmbientColor=112,112,112
  15. DiffuseColor=112,112,112
  16. SpecularColor=229,229,229
  17. Shininess=15.0
  18.  
  19. [Metal01]
  20. ; "Purple Metal"
  21. AmbientColor=165,112,175
  22. DiffuseColor=165,112,175
  23. SpecularColor=229,229,229
  24. Shininess=10.0
  25.  
  26. [Metal02]
  27. ; "Gold"
  28. AmbientColor=224,155,81
  29. DiffuseColor=224,155,81
  30. SpecularColor=218,195,166
  31. Shininess=20.0